arithmetic error造句
例句与造句
- Results in an arithmetic error , the
将导致算术错误,但是insert语句仍有效。 - An acceptable amount for arithmetic error
可接受的算术错误的量。 - If you are only interested in capturing a general arithmetic error
如果只对捕获一般的算法错误感兴趣,将引发一个 - Such a failure may take place when the computed column results in arithmetic error
当计算列导致算术错误时可能产生这样的失败。 - Because wib is in frame 0 that s the function the program was executing inside when the arithmetic error occurred
由于wib ( )在0号帧中,那么它就是执行程序时发生算术错误的函数。 - It's difficult to find arithmetic error in a sentence. 用arithmetic error造句挺难的
- When an update statement encounters an arithmetic error overflow , divide by zero , or a domain error during expression evaluation , the update is not performed
当update语句在表达式求值过程中遇到算术错误(溢出、被零除或域错误)时,则不进行更新。 - When a delete statement encounters an arithmetic error overflow , divide by zero , or a domain error occurring during expression evaluation , the database engine handles these errors as if set arithabort is set on
当delete语句遇到在表达式计算过程中发生的算术错误(溢出、被零除或域错误)时,数据库引擎将处理这些错误,就好象set arithabort设置为on 。 - When an insert statement encounters an arithmetic error overflow , divide by zero , or a domain error occurring during expression evaluation , the database engine handles these errors as if set arithabort is set to on
如果在表达式计算过程中insert语句遇到算术错误(溢出、被零除或域错误) ,则数据库引擎会处理这些错误,就好像set arithabort设置为on一样。 - During expression evaluation when set arithabort is off , if an insert , delete or update statement encounters an arithmetic error , overflow , divide - by - zero , or a domain error , sql server inserts or updates a null value
如果set arithabort为off ,并且在对表达式求值的过程中insert 、 delete或update语句遇到算术错误(溢出、被零除或域错误) , sql server将插入或更新一个null值。